home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / cat990.zip / README.TXT < prev    next >
Text File  |  1993-02-01  |  3KB  |  124 lines

  1. Files needed for compile using Turbo C++ :
  2.  
  3. FT990.C
  4. FT990.H
  5. RS232.C
  6. RS232.H
  7.  
  8. ------------------------------------------------
  9.  
  10. The Following describes the files that are used as input to the program.
  11.  
  12. MYCONFIG.DAT
  13. ------------
  14. The file MYCONFIG.DAT is used to setup of the radio and load the
  15. Channel Frequency Mode and Description. In order to make your own
  16. create the file in the following format.
  17.  
  18. channel        Frequency(Mhz)        Mode        Description
  19.  
  20. Channel -     Defined as a number from 1 - 90 (1-30 : FT-890) 
  21. Frequency -     Defined in megahertz
  22. Mode -         Defined as a number found in Cat Command section for MODE
  23. Description -     Text explanation of the frequency..Note because
  24.         of the special way I read the file, do not use spaces
  25.         between words. You must use a character to seperate words
  26.         
  27. Example:
  28.  
  29. 1    10.000    4    WWV.FT.COLLINS.COLORADO
  30.  
  31. Individual fields can be seperated by either tabs or spaces.
  32.  
  33. The SCAN File
  34. -------------
  35. The Scan file can be any prefix but must end in 'DAT'. This file is used to 
  36. setup of the radio to scan specified entries (100 MAX).
  37. The file must contain :
  38.         Frequency 
  39.         Mode 
  40.         Description. 
  41.  
  42. In order to make your own create the file in the following format.
  43.  
  44. Frequency(Mhz)        Mode        Description
  45.  
  46. Frequency -     Defined in megahertz
  47. Mode -         Defined as a number found in Cat Command section for MODE
  48. Description -     Text explanation of the frequency..Note because
  49.         of the special way I read the file, do not use spaces
  50.         between words. You must use a character to seperate words
  51.         
  52. Example:
  53.  
  54. 10.000    4    WWV.FT.COLLINS.COLORADO
  55.  
  56. Individual fields can be seperated by either tabs or spaces.
  57.  
  58. ----------------------------------
  59.  
  60. Example MYCONFIG.DAT (FT-990)
  61. ---------------------
  62.  
  63. 01    5.00        4    WWV
  64. 02    10.00        4    WWV
  65. 03    15.00        4    WWV
  66. 04    20.00        4    WWV
  67. 05    3.333        4    CHU
  68. 06    7.335        4    CHU
  69. 07    7.255        0    ECARS
  70. 08    7.228        0    FISHNET
  71. 09    3.965        0    CT.PHONE.NET
  72. 10    3.257        3    ARMY.MARS.CT
  73. 11    3.2585        0    ARMY.MARS.CT
  74. 12    3.345        0    ARMY.MARS.ME
  75. 13    4.029        0    ARMY.MARS.CT
  76. 14    4.038        0    ARMY.MARS.CT
  77. 15    4.960        0    ARMY.MARS.CT.STARC  
  78. 16    5.2095        0    ARMY.MARS.CT
  79. 17    5.115        0    ARMY.MARS.CT
  80. 18    6.98950        0    ARMY.MARS.EA.ADMIN
  81. 19    6.99750        10    ARMY.MARS.PACKET
  82. 20    8.090        3    WLO.CW.WX
  83. 21    8.53409        8    WLO.FEC.BCST
  84. 22    12.99210    8    WLO.FEC.BCST
  85. 23    16.99766    8    WLO.FEC.BCST
  86. 24    14.313        1    INTERNATIONAL.MARITIME.NET
  87. 25    14.325        1    HURRICANE.WATCH.NET
  88. 26    3.945        0    NEW.ENGLAND.EMERGENCY.NET
  89. 27    3.905        0    NEW.ENGLAND.WEATHER.NET
  90. 28    7.230        0    CARIBBEAN.MARITIME.NET
  91. 29    7.158        0    CARIBBEAN.NET
  92. 30    14.310        1    MARITIME.EMERGENCY.NET
  93. 31    6.673        1    HURRICANE.HUNTERS.NOAA
  94. 32    3.860        0    WA3NAN.GODDARD
  95. 33    7.1855        0    WA3NAN.GODDARD
  96. 34    14.295        1    WA3NAN.GODDARD
  97. 35    6.577        1    AERO.NEW.YORK
  98. 36    8.825        1    AERO.NEW.YORK
  99. 37    8.846        1    AERO.NEW.YORK
  100. 38    6.604        1    AERO.NEW.YORK.WX
  101. 40    3.714        0    ARMED.FORCES.AMATUER.NET
  102. 41    3.920        0    AFAR
  103. 42    7.283        0    AFAR
  104. 43    14.325        1    AFAR
  105. 44    21.375        1    AFAR
  106. 50    1.818        3    W1AW.CW.BULLETIN
  107. 51    3.5815        3    W1AW.CW.BULLETIN
  108. 52    7.04720        3    W1AW.CW.BULLETIN
  109. 53    14.0475        3    W1AW.CW.BULLETIN
  110. 54    3.625        8    W1AW.RTTY.BULLETINS
  111. 55    7.095        8    W1AW.RTTY.BULLETINS
  112. 56    14.095        8    W1AW.RTTY.BULLETINS
  113. 57    3.99        0    W1AW.VOICE.BULLETINS
  114. 58    7.29        0    W1AW.VOICE.BULLETINS
  115. 59    14.29        1    W1AW.VOICE.BULLETINS
  116.  
  117. Example SCAN File : STORM.DAT
  118. -------------------
  119.  
  120. 14.313 1 INTERNATIONAL.MARITIME.NET
  121. 14.325 1 HURRICANE.WATCH.NET
  122. 14.295 1 HURRICANE.H&W.NET
  123. 06.673 1 HURRICANE.HUNTERS.NOAA
  124.